Subversion Repositories public

Rev

Rev 230 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 230 Rev 234
Line 1... Line 1...
1
METASOURCES = AUTO
1
METASOURCES = AUTO
2
lib_LIBRARIES = libgant.a
2
lib_LIBRARIES = libgant.a
3
libgant_a_SOURCES = gant.cpp
3
libgant_a_SOURCES = gant.cpp
4
noinst_HEADERS = gant.h
4
noinst_HEADERS = gant.h
5
libgant_a_LDFLAGS = $(KDE_RPATH) $(all_libraries)
5
libgant_a_LDFLAGS = $(KDE_RPATH) $(all_libraries)
6
AM_CXXFLAGS = $(all_includes)
-