summaryrefslogtreecommitdiff
path: root/example/Makefile.am
diff options
context:
space:
mode:
author祝振军 <[email protected]>2023-10-09 09:29:32 +0000
committer祝振军 <[email protected]>2023-10-09 09:29:32 +0000
commit5fd1a1ee09756d45c349d1255ad67debcaacb9c4 (patch)
treea8d93f93d46f936a62c4fda50e92d91e1d0b58fb /example/Makefile.am
parentbb3c9ffd69eb54ac2b48e042328bcdbbe0a21048 (diff)
parent64697d137ee0753ce3c31abfecb2cc0f9dfe83e9 (diff)
Merge branch 'dev' into 'main'main
v1.0.0 See merge request zhuzhenjun/libosfp!5
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am11
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