ChangeLog for logging changes to the code. git-svn-id: https://svn.microneil.com/svn/SNFClient/trunk@3 51592d22-3d51-405e-a108-f9da3ab4961fadeniz_1
@@ -0,0 +1,12 @@ | |||
2009-05-23 Alban Deniz <adeniz@skidmark.localdomain> | |||
* Makefile.am (LIBS): Search SNFMulti library before CodeDweller. | |||
2008-12-09 Alban Deniz <adeniz@skidmark.localdomain> | |||
* main.cpp: Made VERSION_INFO const char *. | |||
2008-12-08 Alban Deniz <adeniz@skidmark.localdomain> | |||
* main.cpp: Removed reference to SNF_Service in #include | |||
directives. Use PACKAGE_VERSION for version string. |
@@ -11,7 +11,7 @@ | |||
## | |||
## | |||
LIBS = @SNF_LIBS@ -L../SNFMulti -L../CodeDweller -lCodeDweller -lSNFMulti @LIBS@ | |||
LIBS = @SNF_LIBS@ -L../SNFMulti -L../CodeDweller -lSNFMulti -lCodeDweller @LIBS@ | |||
CXXFLAGS = $(SNF_CXXFLAGS) -I@top_srcdir@/SNFMulti -I@top_srcdir@/CodeDweller | |||
sbin_PROGRAMS = \ |