summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2000-03-06 16:39:14 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-03-06 16:39:14 +0000
commit7ed05e22e535fcbcca841c16fc8a700de1930a5c (patch)
tree0a83225bf851527c5a060eeea4e5cf4a5a76dce4 /modules
parentb8c691e6b20882d6f654b491abdfd518c9a7b837 (diff)
downloadgdk-pixbuf-7ed05e22e535fcbcca841c16fc8a700de1930a5c.tar.gz
Start automake-ifying
Diffstat (limited to 'modules')
-rw-r--r--modules/engines/pixbuf/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/engines/pixbuf/Makefile.am b/modules/engines/pixbuf/Makefile.am
new file mode 100644
index 000000000..9b4ad3a45
--- /dev/null
+++ b/modules/engines/pixbuf/Makefile.am
@@ -0,0 +1,14 @@
+INCLUDES = $(GTK_CFLAGS)
+
+enginedir = $(libdir)/gtk/themes/engines
+
+engine_LTLIBRARIES = libpixmap.la
+
+libpixmap_la_SOURCES = \
+ pixmap_theme_draw.c \
+ pixmap_theme_main.c \
+ pixmap_theme_pixbuf.c \
+ pixmap_theme.h
+
+libpixmap_la_LDFLAGS = -module -avoid-version
+libpixmap_la_LIBADD =