CVS commit by brunes: Changed this to be a perl script. There isn't a need to use C++ for this simple action A icq_webhandler 1.1 M +3 -12 Makefile.am 1.3 R icq_webhandler.cpp 1.2 --- kdenonbeta/kopete/protocols/icq_new/icq_webhandler/Makefile.am #1.2:1.3 @@ -2,15 +2,6 @@ # -AM_CPPFLAGS = -UQT_NO_ASCII_CAST -METASOURCES = AUTO - -INCLUDES = $(all_includes) - - -bin_PROGRAMS = icq_webhandler - -icq_webhandler_SOURCES = icq_webhandler.cpp -icq_webhandler_LDADD = $(LIB_QT) $(LIB_KDECORE) $(LDADD) $(LIB_KSYCOCA) -icq_webhandler_LDFLAGS = $(all_libraries) $(KDE_RPATH) +bindir = $)kde_bindir) +bin_DATA = icq_webhandler mime_DATA = x-icq.desktop @@ -20,3 +11,3 @@ apps_DATA = icq_webhandler.desktop -EXTRA_DIST = $(apps_DATA) $(mime_DATA) +EXTRA_DIST = $(apps_DATA) $(mime_DATA) $(bin_DATA)