X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2FMakefile.am;h=547aba4704b5900bece57600c17c5503416b9a97;hb=c1432d5dc66274596ec743c608e97e6034e897df;hp=1d4d2315d76832d05024a9729732369c808ce4c5;hpb=cd5ed364efe9cdf752c48e0fa158ff680964ceeb;p=vlc diff --git a/src/Makefile.am b/src/Makefile.am index 1d4d2315d7..547aba4704 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -100,7 +100,6 @@ misc/modules.c: misc/modules_builtin.h ############################################################################### libvlc_a_SOURCES = $(SOURCES_libvlc) $(SOURCES_libvlc_control) -nodist_libvlc_a_SOURCES = misc/version.c libvlc_a_CFLAGS = `$(VLC_CONFIG) --cflags libvlc pic` -DUSE_BUILTINS libvlc_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags libvlc pic` libvlc_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags libvlc pic` @@ -190,7 +189,7 @@ SOURCES_libvlc_beos = \ $(NULL) SOURCES_libvlc_darwin = \ - misc/darwin_specific.m \ + misc/darwin_specific.c \ $(NULL) SOURCES_libvlc_win32 = \ @@ -261,6 +260,7 @@ SOURCES_libvlc_common = \ stream_output/announce.c \ stream_output/profiles.c \ stream_output/sap.c \ + stream_output/sdp.c \ osd/osd.c \ osd/osd_parser.c \ osd/osd_text.c \ @@ -274,6 +274,7 @@ SOURCES_libvlc_common = \ network/httpd.c \ network/rootwrap.c \ network/tls.c \ + network/poll.c \ text/charset.c \ text/strings.c \ text/unicode.c \ @@ -328,7 +329,11 @@ SOURCES_libvlc_control = \ if !USE_LIBTOOL if !HAVE_WIN32 +nodist_libvlc_a_SOURCES = misc/version.c CLEANFILES += misc/version.c + +misc/version.c: FORCE + $(TOOLBOX) --update-version endif # Install shared libvlc @@ -340,9 +345,6 @@ uninstall-local: test -z "$(DATA_noinst_libvlc)" || rm -f "$(DESTDIR)$(libdir)/$(DATA_noinst_libvlc)" endif -misc/version.c: FORCE - $(TOOLBOX) --update-version - ############################################################################### # Stamp rules ###############################################################################