mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8255] Makefile.am cleanup, comments + indent
Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
a4baef0c47
commit
c3d26f6fa2
5 changed files with 31 additions and 8 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue