diff options
Diffstat (limited to 'example/Makefile.am')
| -rw-r--r-- | example/Makefile.am | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index e2524ba..af3077a 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = osfp_example sample +bin_PROGRAMS = osfp_example osfp_example_SOURCES = \ osfp_example.c @@ -12,12 +12,3 @@ osfp_example_LDFLAGS = \ osfp_example_CFLAGS = \ -I../src - -sample_SOURCES = \ - sample.c - -sample_LDADD = \ - ../src/.libs/libosfp.la - -sample_CFLAGS = \ - -I../src |
