diff options
author | Darrell Anderson <[email protected]> | 2014-01-08 20:06:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2014-01-08 20:06:00 +0100 |
commit | 636f509299122d02087c6fd62e1e4a46dbd22026 (patch) | |
tree | 70e43efceeb5b00e7f19cdac8da44928bd2fb459 /dcoppython/test/dcopserver/Makefile.am | |
parent | 719b61750c08343f530068ed4127623aeac71cf0 (diff) | |
download | tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.tar.gz tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.zip |
Rename many classes to avoid conflicts with KDE
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 |