From kde-commits Wed Oct 01 15:56:25 2003 From: Roberto Raggi Date: Wed, 01 Oct 2003 15:56:25 +0000 To: kde-commits Subject: kdevelop/parts/javasupport X-MARC-Message: https://marc.info/?l=kde-commits&m=106502378529620 CVS commit by raggi: file templates for java A file_templates/Makefile.am 1.1 A file_templates/java 1.1 M +2 -2 Makefile.am 1.29 --- kdevelop/parts/javasupport/Makefile.am #1.28:1.29 @@ -3,6 +3,6 @@ KDE_CXXFLAGS = $(USE_EXCEPTIONS) -# SUBDIRS = templates subclassing_template newclass_templates - +# SUBDIRS = templates subclassing_template newclass_templates file_templates +SUBDIRS = file_templates INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/catalog -I$(top_srcdir)/lib/compat $(all_includes)