]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/Makefile.am
Make enter button work in GTK text dialog
[lyx.git] / src / graphics / Makefile.am
index ce0b4c0b6444a8abd4bdc3deebff56a014ccc251..1c92b93c1bf49d399b5ed9f6a9bc15d989ff1004 100644 (file)
@@ -1,18 +1,33 @@
-AUTOMAKE_OPTIONS = foreign
-DISTCLEANFILES= *.orig *.rej *~ *.bak core
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+include $(top_srcdir)/config/common.am
+
+EXTRA_DIST = pch.h
+
+BUILT_SOURCES = $(PCH_FILE)
+
 noinst_LTLIBRARIES = libgraphics.la
-LIBS =
-ETAGS_ARGS = --lang=c++
-BOOST_INCLUDES = -I$(top_srcdir)/boost
-INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+
+AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
 
 libgraphics_la_SOURCES = \
        GraphicsCache.h \
        GraphicsCache.C \
        GraphicsCacheItem.h \
        GraphicsCacheItem.C \
-       ImageLoaderXPM.h \
-       ImageLoaderXPM.C \
-       ImageLoader.h \
-       ImageLoader.C 
+       GraphicsConverter.h \
+       GraphicsConverter.C \
+       GraphicsImage.h \
+       GraphicsImage.C \
+       GraphicsLoader.h \
+       GraphicsLoader.C \
+       GraphicsParams.C \
+       GraphicsParams.h \
+       LoaderQueue.h \
+       LoaderQueue.C \
+       GraphicsTypes.h \
+       GraphicsTypes.C \
+       PreviewImage.h \
+       PreviewImage.C \
+       PreviewLoader.h \
+       PreviewLoader.C \
+       Previews.h \
+       Previews.C