summaryrefslogtreecommitdiffstats
path: root/src/utilities/cameragui
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilities/cameragui')
-rw-r--r--src/utilities/cameragui/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/utilities/cameragui/Makefile.am b/src/utilities/cameragui/Makefile.am
deleted file mode 100644
index 83f810f4..00000000
--- a/src/utilities/cameragui/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libcameragui.la
-
-# NOTE from Gilles (06-12-06): gpcamera.cpp must be placed on the top of source file list
-# to unbreak compilation with './configure -enable-final' option. I suspect a problem with
-# Gphoto2 C Ansi header.
-libcameragui_la_SOURCES = gpcamera.cpp cameraui.cpp cameraiconview.cpp \
- cameraiconitem.cpp cameracontroller.cpp \
- camerafolderview.cpp camerafolderitem.cpp \
- animwidget.cpp renamecustomizer.cpp \
- dkcamera.cpp umscamera.cpp gpiteminfo.cpp \
- camerainfodialog.cpp albumselectdialog.cpp \
- camerafolderdialog.cpp freespacewidget.cpp
-
-libcameragui_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-
-libcameragui_la_LIBADD = $(top_builddir)/src/libs/imageproperties/libimagepropertiescamgui.la \
- $(LIB_GPHOTO) $(LIBJPEG)
-
-INCLUDES = -I$(top_srcdir)/src/digikam \
- -I$(top_srcdir)/src/utilities/imageeditor/editor \
- -I$(top_srcdir)/src/libs/jpegutils \
- -I$(top_srcdir)/src/libs/themeengine \
- -I$(top_srcdir)/src/libs/imageproperties \
- -I$(top_srcdir)/src/libs/widgets/common \
- -I$(top_srcdir)/src/libs/dimg \
- -I$(top_srcdir)/src/libs/dmetadata \
- $(LIBKEXIV2_CFLAGS) \
- $(GPHOTO_CFLAGS) $(LIBKDCRAW_CFLAGS) $(all_includes)