aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 759716b..0c2c444 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,20 +13,23 @@
#
# You should have received a copy of the GNU General Public License
# along with Grex. If not, see <http://www.gnu.org/licenses/>.
noinst_LIBRARIES=libgrecs.a
libgrecs_a_SOURCES = \
+ diag.c\
format.c\
grecs-gram.y\
grecs-lex.l\
list.c\
+ lookup.c\
mem.c\
preproc.c\
symtab.c\
text.c\
+ tree.c\
grecs.h\
wordsplit.c\
wordsplit.h
EXTRA_DIST=grecs-gram.h $(PP_SETUP_FILE)

Return to:

Send suggestions and report system problems to the System administrator.