[8255] Makefile.am cleanup, comments + indent

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2009-07-27 02:57:57 +02:00
parent a4baef0c47
commit c3d26f6fa2
5 changed files with 31 additions and 8 deletions

View file

@ -19,12 +19,12 @@
## CPP flags for includes, defines, etc.
AM_CPPFLAGS = -I$(srcdir)
## Build world list daemon as standalone program
## Build as standalone program
bin_PROGRAMS = genrevision
genrevision_SOURCES = \
genrevision.cpp
## Link world daemon against the shared library
## Link against the shared library
genrevision_LDADD =
genrevision_LDFLAGS = -L$(libdir)