comparison plugins/tcl/Makefile.am @ 10440:0a7f03ee3a61

[gaim-migrate @ 11700] make make dist work committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 28 Dec 2004 07:23:32 +0000
parents e5451763f5b9
children 2cc05a9e944d
comparison
equal deleted inserted replaced
10439:911530134bf8 10440:0a7f03ee3a61
4 4
5 plugin_LTLIBRARIES = tcl.la 5 plugin_LTLIBRARIES = tcl.la
6 6
7 tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h 7 tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_gaim.h
8 8
9 EXTRA_DIST = signal-test.tcl Makefile.mingw tcl_win32.c TCL-HOWTO 9 EXTRA_DIST = signal-test.tcl Makefile.mingw tcl_win32.c
10 10
11 AM_CPPFLAGS = \ 11 AM_CPPFLAGS = \
12 -DVERSION=\"$(VERSION)\" \ 12 -DVERSION=\"$(VERSION)\" \
13 -I$(top_srcdir) \ 13 -I$(top_srcdir) \
14 -I$(top_srcdir)/src \ 14 -I$(top_srcdir)/src \