summaryrefslogtreecommitdiffstats
path: root/filters/kpresenter/libimageexport/Makefile.am
blob: a4eb6010393878b1b5f9b2e252b27104b445bb7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
####### General stuff

INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
	-I$(top_srcdir)/kpresenter \
        -I$(top_srcdir)/lib/kotext \
	$(all_includes)

####### Files

lib_LTLIBRARIES = libkpresenterimageexport.la

libkpresenterimageexport_la_SOURCES = imageexport.cpp
libkpresenterimageexport_la_LDFLAGS = $(all_libraries) -version-info 4:0 -no-undefined
libkpresenterimageexport_la_LIBADD = ../../../kpresenter/libkpresenterprivate.la $(KOFFICE_LIBS)
noinst_HEADERS = \
	imageexport.h

METASOURCES = AUTO