aboutsummaryrefslogtreecommitdiff
path: root/etpo/Makefile.am
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-11-19 17:28:47 +0100
committerGuido Guenther <agx@sigxcpu.org>2007-11-19 17:28:47 +0100
commit347225c68836d1942d897d01bcb66b964fb3cd3a (patch)
treee156728ed3e46995a70505b4656e8bc98ef10b49 /etpo/Makefile.am
downloadkrb5-auth-dialog-347225c68836d1942d897d01bcb66b964fb3cd3a.tar.gz
krb5-auth-dialog-347225c68836d1942d897d01bcb66b964fb3cd3a.tar.bz2
krb5-auth-dialog-347225c68836d1942d897d01bcb66b964fb3cd3a.zip
Imported upstream version 0.6
Diffstat (limited to 'etpo/Makefile.am')
-rw-r--r--etpo/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/etpo/Makefile.am b/etpo/Makefile.am
new file mode 100644
index 0000000..4034f53
--- /dev/null
+++ b/etpo/Makefile.am
@@ -0,0 +1,8 @@
+noinst_PROGRAMS = etpo
+etpo_SOURCES = lexer.l grammar.y
+lexer.c: grammar.h
+AM_YFLAGS=-d
+AM_CFLAGS=@GNOME_CFLAGS@
+AM_LDFLAGS=@GNOME_LIBS@
+DISTCLEANFILES=lexer.c
+
bgstack15