diff options
author | Pixel <Pixel> | 2001-09-20 23:54:55 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-09-20 23:54:55 +0000 |
commit | 76fde1f5b754845bd9b40cf9b2f15734686f6d09 (patch) | |
tree | cd3b0bfb8ba7db3aad655dc55933c3f8da52f15d /src/Makefile.am | |
parent | 91829aee248a07868196b9ae0dafd42e3e7b3e7f (diff) |
Informing and versionning changes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b5ed47a..20c7ab2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,11 +4,10 @@ AM_CFLAGS = -O3 -Wall -Wstrict-prototypes $(CFLAGS) AM_CXXFLAGS = -O3 -Wall -Wstrict-prototypes $(CXXFLAGS) INCLUDES = -I. -I.. -I$(includedir) -I../include -bin_PROGRAMS = Main +bin_PROGRAMS = Baltisot -Main_SOURCES = Main.cc +Baltisot_SOURCES = Main.cc -clean: - rm -f admin?.o admin?.pc +LDADD = ../lib/libBaltisot.la -Main_LDADD = $(LDADD) +Baltisot_LDADD = $(LDADD) |