diff options
Diffstat (limited to 'dcoppython/test/dcopserver/Makefile.am')
-rw-r--r-- | dcoppython/test/dcopserver/Makefile.am | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dcoppython/test/dcopserver/Makefile.am b/dcoppython/test/dcopserver/Makefile.am index 94a1c857..02c11238 100644 --- a/dcoppython/test/dcopserver/Makefile.am +++ b/dcoppython/test/dcopserver/Makefile.am @@ -2,35 +2,35 @@ INCLUDES = $(all_includes) # these are the headers for your project -noinst_HEADERS = kdedcoptest.h +noinst_HEADERS = tdedcoptest.h # let automoc handle all of the meta source files (moc) METASOURCES = AUTO messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kdedcoptest.pot + $(XGETTEXT) *.cpp -o $(podir)/tdedcoptest.pot -KDE_ICON = kdedcoptest +KDE_ICON = tdedcoptest ######################################################################### # APPLICATION SECTION ######################################################################### # this is the program that gets installed. it's name is used for all # of the other Makefile.am variables -bin_PROGRAMS = kdedcoptest +bin_PROGRAMS = tdedcoptest # the application source, library search path, and link libraries -kdedcoptest_SOURCES = main.cpp kdedcoptest.cpp kdedcoptest_iface.skel mainclass.cpp -kdedcoptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -kdedcoptest_LDADD = $(LIB_TDEUI) +tdedcoptest_SOURCES = main.cpp tdedcoptest.cpp tdedcoptest_iface.skel mainclass.cpp +tdedcoptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +tdedcoptest_LDADD = $(LIB_TDEUI) # this is where the desktop file will go shelldesktopdir = $(kde_appsdir)/Utilities -shelldesktop_DATA = kdedcoptest.desktop +shelldesktop_DATA = tdedcoptest.desktop # this is where the shell's XML-GUI resource file goes -shellrcdir = $(kde_datadir)/kdedcoptest -shellrc_DATA = kdedcoptestui.rc +shellrcdir = $(kde_datadir)/tdedcoptest +shellrc_DATA = tdedcoptestui.rc h_inc.h: gen.py python gen.py |