diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-02-22 00:29:00 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-02-22 00:29:00 +0000 |
commit | 79d63460579c8e867b8709154649c77fc388aded (patch) | |
tree | 5d4188dd450b238d0f7f796dd274f0bf6b084406 /gdk-pixbuf/pixops/Makefile.am | |
parent | 7ef740e03d628d46772f5ea7e05d4b7797a1986d (diff) | |
download | gtk+-79d63460579c8e867b8709154649c77fc388aded.tar.gz |
0.6.0 - FedericoGDK_PIXBUF_0_6_0
Diffstat (limited to 'gdk-pixbuf/pixops/Makefile.am')
-rw-r--r-- | gdk-pixbuf/pixops/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/pixops/Makefile.am b/gdk-pixbuf/pixops/Makefile.am index 1b7f888502..9cdb3b3197 100644 --- a/gdk-pixbuf/pixops/Makefile.am +++ b/gdk-pixbuf/pixops/Makefile.am @@ -2,7 +2,7 @@ noinst_LTLIBRARIES = libpixops.la INCLUDES = $(GLIB_CFLAGS) $(LIBART_CFLAGS) -bin_PROGRAMS = timescale +noinst_PROGRAMS = timescale timescale_SOURCES = timescale.c timescale_LDADD = libpixops.la $(GLIB_LIBS) -lm |