comparison plugins/tcl/Makefile.am @ 13456:09faf5b43b8b

[gaim-migrate @ 15831] remove tcl_win32.c from here too committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 08 Mar 2006 03:43:24 +0000
parents 2cc05a9e944d
children a84523152a24
comparison
equal deleted inserted replaced
13455:70197e8ac15c 13456:09faf5b43b8b
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 9 EXTRA_DIST = signal-test.tcl Makefile.mingw
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 \