summaryrefslogtreecommitdiffstats
path: root/src/gvimagepart/Makefile.am
blob: d18ba8608822d0a868da3b0009d369c2529e6a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
INCLUDES = -I$(srcdir)/.. $(all_includes)

# These are not really libraries, but modules dynamically opened.
# So they should be installed in kde_module_dir, which is usually $kde_prefix/lib/trinity
kde_module_LTLIBRARIES = libgvimagepart.la

libgvimagepart_la_SOURCES = gvimagepart.cpp
libgvimagepart_la_LIBADD = $(LIB_TDEPARTS) ../gvcore/libgwenviewcore.la
libgvimagepart_la_LDFLAGS = $(all_libraries) $(LIB_TQT) $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPRINT)

# Automatically generate moc files
METASOURCES = AUTO

# Install the XML-UI file to its correct location
gvdir = $(kde_datadir)/gvimagepart
gv_DATA = gvimagepart.rc gvimagepartpopup.rc

# Install the .desktop file into the kde_services directory
kde_services_DATA = gvimagepart.desktop