diff options
Diffstat (limited to 'kolf/Makefile.am')
-rw-r--r-- | kolf/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolf/Makefile.am b/kolf/Makefile.am index c44ace96..c4c97520 100644 --- a/kolf/Makefile.am +++ b/kolf/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegam bin_PROGRAMS = lib_LTLIBRARIES = libkolf.la -kdeinit_LTLIBRARIES = kolf.la +tdeinit_LTLIBRARIES = kolf.la libkolf_la_SOURCES = \ kolf.cpp game.cpp canvasitem.cpp ball.cpp newgame.cpp config.cpp \ @@ -24,7 +24,7 @@ kolfinclude_HEADERS = \ kolfincludedir=$(includedir)/kolf -# kdeinited lib +# tdeinited lib kolf_la_SOURCES = main.cpp kolf_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -module -avoid-version kolf_la_LIBADD = libkolf.la |