Skip to content

Commit

Permalink
build lpcnet_demo in root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvalin committed Mar 19, 2019
1 parent e4419c0 commit 4ec2bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ liblpcnet_la_LDFLAGS = -no-undefined \
-version-info @OP_LT_CURRENT@:@OP_LT_REVISION@:@OP_LT_AGE@

if OP_ENABLE_EXAMPLES
noinst_PROGRAMS = src/lpcnet_demo
noinst_PROGRAMS = lpcnet_demo
endif

src_lpcnet_demo_SOURCES = src/lpcnet_demo.c
src_lpcnet_demo_LDADD = liblpcnet.la
lpcnet_demo_SOURCES = src/lpcnet_demo.c
lpcnet_demo_LDADD = liblpcnet.la

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lpcnet.pc
Expand Down

0 comments on commit 4ec2bcb

Please sign in to comment.