comparison libpurple/plugins/perl/Makefile.am @ 16739:39c7bb133a9f

Remove the const-c and const-xs stuff and replace it with real constants exposed to perl.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 01 May 2007 02:34:22 +0000
parents ce049678a67b
children 441945083737 42740b3fe5a2
comparison
equal deleted inserted replaced
16700:79bc35a19de5 16739:39c7bb133a9f
71 common/Status.xs \ 71 common/Status.xs \
72 common/Stringref.xs \ 72 common/Stringref.xs \
73 common/Util.xs \ 73 common/Util.xs \
74 common/XMLNode.xs \ 74 common/XMLNode.xs \
75 common/module.h \ 75 common/module.h \
76 common/typemap \ 76 common/typemap
77 common/fallback/const-c.inc \ 77 # common/fallback/const-c.inc \
78 common/fallback/const-xs.inc 78 # common/fallback/const-xs.inc
79 79
80 EXTRA_DIST = \ 80 EXTRA_DIST = \
81 Makefile.mingw \ 81 Makefile.mingw \
82 common/Makefile.mingw \ 82 common/Makefile.mingw \
83 $(common_sources) 83 $(common_sources)
137 rm -f Makefile; \ 137 rm -f Makefile; \
138 cd ..; \ 138 cd ..; \
139 done 139 done
140 140
141 @rm -f Makefile 141 @rm -f Makefile
142 @rm -f common/const-c.inc common/const-xs.inc 142 # @rm -f common/const-c.inc common/const-xs.inc
143 143
144 @if test "x${top_srcdir}" != "x${top_builddir}"; then \ 144 @if test "x${top_srcdir}" != "x${top_builddir}"; then \
145 for f in ${common_sources}; do \ 145 for f in ${common_sources}; do \
146 ${LN_S} -f ../${srcdir}/$$f $$f; \ 146 ${LN_S} -f ../${srcdir}/$$f $$f; \
147 done; \ 147 done; \