Skip to content

Commit

Permalink
- Add zend_exceptions.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Gutmans committed Feb 12, 2004
1 parent 00ed3ba commit 61a049b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libZend_la_SOURCES=\
zend_ini.c zend_qsort.c zend_objects.c zend_object_handlers.c \
zend_objects_API.c zend_ts_hash.c zend_stream.c zend_mm.c \
zend_default_classes.c zend_reflection_api.c \
zend_iterators.c zend_interfaces.c
zend_iterators.c zend_interfaces.c zend_exceptions.c

libZend_la_LDFLAGS =
libZend_la_LIBADD = @ZEND_EXTRA_LIBS@
Expand Down

0 comments on commit 61a049b

Please sign in to comment.