Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/fileformatchooser/Makefile.am
blob: ef481e639bee6c6b20cb1e778969bdea0a46b623 (plain)
1
2
3
4
5
6
7
8
9
10
11
noinst_LTLIBRARIES = libfileformatchooser.la
libfileformatchooser_la_SOURCES = \
        eggfileformatchooser.c    \
        eggfileformatchooser.h    \
        egg-macros.h

libfileformatchooser_la_CFLAGS = \
        -I$(top_srcdir)/lib      \
        $(LIB_CFLAGS)            \
        $(WARNING_CFLAGS)        \
        $(DISABLE_DEPRECATED)