Skip to content

Commit

Permalink
Missing files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwoodman committed Jan 20, 2009
1 parent 839f0ce commit 5da396e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tools/Makefile.am
@@ -0,0 +1,15 @@

VALASOURCES = image-to-vala
STAMPS = $(VALASOURCES:.vala=.c)
noinst_PROGRAMS = $(VALASOURCES:.vala=)

SUFFIXES = .vala .c
.vala.c:
$(VALAC) -C --pkg gtk+-2.0 $^

AM_CPPFLAGS = -I$(top_srcdir) $(GTK_CFLAGS) $(GLIB_CFLAGS) -include $(CONFIG_HEADER)
BUILT_SOURCES = $(STAMP)

LDADD = $(GTK_LIBS) $(GLIB_LIBS)

EXTRA_DIST = $(STAMP) $(VALASOURCES) $(VALASOURCES:.vala=.h)

0 comments on commit 5da396e

Please sign in to comment.