Current File : //proc/thread-self/root/kunden/usr/share/doc/check-devel/example/src/Makefile.am
## Process this file with automake to produce Makefile.in
lib_LTLIBRARIES = libmoney.la
libmoney_la_SOURCES = money.c money.h
bin_PROGRAMS = main
main_SOURCES = main.c
main_LDADD = libmoney.la