fixed subscript in sum; added new functions; fixed allocation of theta
[pspp-builds.git] / src / language / dictionary / automake.mk
index 963e389048ee189d1e640f95d13a8659d153a7a7..212fbab2f4bae85172d1dde5132563948271d4e1 100644 (file)
@@ -1,12 +1,5 @@
 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
 
-src/language/dictionary/%: AM_CPPFLAGS+=-I$(top_srcdir)/src/libpspp \
-       -I$(top_srcdir)/src/data \
-       -I$(top_srcdir)/src/output \
-       -I$(top_srcdir)/src/output/charts \
-       -I$(top_srcdir)/src/language/lexer \
-       -I$(top_srcdir)/src/language 
-
 noinst_LIBRARIES += src/language/dictionary/libcmddict.a
 
 src_language_dictionary_libcmddict_a_SOURCES = \
@@ -17,6 +10,7 @@ src_language_dictionary_libcmddict_a_SOURCES = \
  src/language/dictionary/numeric.c \
  src/language/dictionary/rename-variables.c \
  src/language/dictionary/split-file.c \
+ src/language/dictionary/split-file.h \
  src/language/dictionary/sys-file-info.c \
  src/language/dictionary/value-labels.c \
  src/language/dictionary/variable-label.c \