Skip to content
Snippets Groups Projects
Commit 61fe7ec5 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Introduce common LDADD in the 'app'.

parent 19580866
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -20,14 +20,14 @@ if ENABLE_ALL_STATIC
AM_LDFLAGS += -all-static
endif
LDADD = $(top_builddir)/src/libcdi.la $(LIBS)
cdi_SOURCES = \
cdi.c \
printinfo.c \
printinfo.h
cdi_LDADD = $(top_builddir)/src/libcdi.la $(LIBS)
createtable_SOURCES = createtable.c
createtable_LDADD = $(top_builddir)/src/libcdi.la
clean-local:
-rm -rf *.dSYM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment