summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/kameraklient/Makefile.am
blob: b5b6c5c3543a82b47a129036a3aad8365d37e7f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## Makefile.am for kameraklient
INCLUDES = $(KIPI_PLUGINS_COMMON_INCLUDE) $(GPHOTO_CFLAGS) $(LIBKIPI_CFLAGS) $(all_includes)

METASOURCES = AUTO

kde_module_LTLIBRARIES = kipiplugin_kameraklient.la
kipiplugin_kameraklient_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP)

kipiplugin_kameraklient_la_LIBADD = $(GPHOTO_LIBS) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT)

kipiplugin_kameraklient_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins

kde_services_DATA = kipiplugin_kameraklient.desktop

# Gilles Caulier 12/13/06): order of file to compile is important to support --enable-final compilation option.
kipiplugin_kameraklient_la_SOURCES = gpiface.cpp gpcamera.cpp gpcontroller.cpp gpeventfilter.cpp \
				     gpfileitemcontainer.cpp gpfileiteminfo.cpp \
				     gpfileiteminfodlg.cpp gpmessages.cpp gpstatus.cpp \
				     kameraklient.cpp camerafolderitem.cpp camerafolderview.cpp \
				     cameraiconitem.cpp cameraiconview.cpp cameralist.cpp \
				     cameraselection.cpp cameratype.cpp cameraui.cpp \
				     dmessagebox.cpp savefiledialog.cpp setupcamera.cpp \
				     thumbitem.cpp thumbview.cpp

kipiplugin_kameraklientdir = $(kde_datadir)/kipiplugin_kameraklient

# i18n translation messages
messages: rc.cpp
	$(XGETTEXT) *.cpp *.h -o $(podir)/kipiplugin_kameraklient.pot