1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 00:29:41 +02:00

src/Makefile.am: Drop ImportGStreamer.* from EXTRA_DIST (they are included by GStreamer).

This commit is contained in:
benjamin.drung@gmail.com 2014-05-24 11:36:15 +00:00
parent 571521a8d8
commit b74ecf29aa

View File

@ -546,7 +546,6 @@ audacity_SOURCES += \
$(NULL)
endif
if USE_LADSPA
audacity_CPPFLAGS += $(LADSPA_CFLAGS)
audacity_LDADD += $(LADSPA_LIBS)
@ -674,6 +673,4 @@ EXTRA_DIST = audacity.desktop.in xml/audacityproject.dtd \
CrossFade.h \
effects/ScoreAlignDialog.cpp \
effects/ScoreAlignDialog.h \
import/ImportGStreamer.cpp \
import/ImportGStreamer.h \
$(NULL)