summaryrefslogtreecommitdiffstats
path: root/kamera/kioslave/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 01:03:37 -0600
committerTimothy Pearson <[email protected]>2013-01-27 01:03:37 -0600
commit2e25fa39cd67cca2472d3eabdb478feb517d72a5 (patch)
tree63725962f632d152cbf20709191d39f6fc865966 /kamera/kioslave/Makefile.am
parent190d88dfc662f3fc466c9d1f53acbbea65f33c49 (diff)
downloadtdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.tar.gz
tdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kamera/kioslave/Makefile.am')
-rw-r--r--kamera/kioslave/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/kamera/kioslave/Makefile.am b/kamera/kioslave/Makefile.am
deleted file mode 100644
index bfb0d198..00000000
--- a/kamera/kioslave/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-# $Id$
-# Makefile for tdebase/kioslave/kamera
-
-INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(all_includes) $(GPHOTO2_INCS)
-
-####### Files
-
-kde_module_LTLIBRARIES = kio_kamera.la
-
-kio_kamera_la_SOURCES = kamera.cpp
-kio_kamera_la_LIBADD = $(LIB_KIO) -lgphoto2
-kio_kamera_la_LDFLAGS = $(all_libraries) $(GPHOTO2_LIBS) -module $(KDE_PLUGIN)
-
-noinst_HEADERS = kamera.h
-
-kde_services_DATA = camera.protocol
-