mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Start automake-ifying
This commit is contained in:
parent
b8c691e6b2
commit
7ed05e22e5
14
modules/engines/pixbuf/Makefile.am
Normal file
14
modules/engines/pixbuf/Makefile.am
Normal file
@ -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 =
|
Loading…
Reference in New Issue
Block a user