forked from qt-creator/qt-creator
9 lines
145 B
Makefile
9 lines
145 B
Makefile
|
|
ACLOCAL_AMFLAGS = -I m4
|
||
|
|
|
||
|
|
lib_LTLIBRARIES = libfoo.la
|
||
|
|
libfoo_la_SOURCES = foo.c
|
||
|
|
|
||
|
|
bin_PROGRAMS = main
|
||
|
|
main_SOURCES = main.c
|
||
|
|
main_LDADD = libfoo.la
|