build fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4631 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3ec36c1f51
commit
0f9eecd3c9
|
@ -97,6 +97,8 @@ nodist_freeswitch_SOURCES = src/include/switch_version.h
|
|||
freeswitch_CFLAGS = $(AM_CFLAGS)
|
||||
freeswitch_LDADD = ${MOD_LINK}
|
||||
|
||||
$(libfreeswitch_la_SOURCES): $(CORE_LIBS)
|
||||
|
||||
install-data-local:
|
||||
@echo Installing $(NAME)
|
||||
@for x in conf mod db log log/xml_cdr bin scripts htdocs grammar ; do \
|
||||
|
|
|
@ -1086,6 +1086,8 @@ uninstall-info: uninstall-info-recursive
|
|||
uninstall-libLTLIBRARIES uninstall-library_includeHEADERS
|
||||
|
||||
|
||||
$(libfreeswitch_la_SOURCES): $(CORE_LIBS)
|
||||
|
||||
install-data-local:
|
||||
@echo Installing $(NAME)
|
||||
@for x in conf mod db log log/xml_cdr bin scripts htdocs grammar ; do \
|
||||
|
|
Loading…
Reference in New Issue