]> www.fi.muni.cz Git - evince.git/blob - cut-n-paste/fileformatchooser/Makefile.am
Allow exporting images in any format supported by GdkPixbuf. Fixes bug
[evince.git] / cut-n-paste / fileformatchooser / Makefile.am
1 noinst_LTLIBRARIES = libfileformatchooser.la
2 libfileformatchooser_la_SOURCES = \
3         eggfileformatchooser.c    \
4         eggfileformatchooser.h    \
5         egg-macros.h
6
7 libfileformatchooser_la_CFLAGS = \
8         -I$(top_srcdir)/lib      \
9         $(LIB_CFLAGS)            \
10         $(WARNING_CFLAGS)        \
11         $(DISABLE_DEPRECATED)