diff options
Diffstat (limited to 'src/utilities/cameragui/Makefile.am')
-rw-r--r-- | src/utilities/cameragui/Makefile.am | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/utilities/cameragui/Makefile.am b/src/utilities/cameragui/Makefile.am new file mode 100644 index 00000000..83f810f4 --- /dev/null +++ b/src/utilities/cameragui/Makefile.am @@ -0,0 +1,30 @@ +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) |