dexter has uploaded this change for review.

View Change

Makefile.am: remove phy specific EXTRA_DIST variables

EXTRA_DIST should only list files that are not source, but should be
distributed anyway. Listing the source files in _HEADERS and _SOURCES
should be sufficient

Change-Id: If8b9b8cfaad22a093a74c418651bc76f48f2d071
---
M src/Makefile.am
1 file changed, 13 insertions(+), 21 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/16/31816/1
diff --git a/src/Makefile.am b/src/Makefile.am
index e747d74..d8cf42d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -134,13 +134,6 @@
if ENABLE_SYSMODSP
AM_CPPFLAGS += -I$(srcdir)/osmo-bts-sysmo -I$(SYSMOBTS_INCDIR)

-EXTRA_DIST = \
- osmo-bts-sysmo/sysmo_l1_if.c \
- osmo-bts-sysmo/sysmo_l1_if.h \
- osmo-bts-sysmo/sysmo_l1_hw.c \
- osmo-bts-sysmo/femtobts.c \
- osmo-bts-sysmo/femtobts.h
-
noinst_HEADERS += \
osmo-bts-sysmo/sysmo_l1_if.h \
osmo-bts-sysmo/femtobts.h
@@ -171,13 +164,6 @@
if ENABLE_LC15BTS_PHY
AM_CPPFLAGS += $(LITECELL15_CFLAGS) -I$(srcdir)/osmo-bts-litecell15

-EXTRA_DIST = \
- osmo-bts-litecell15/lc15_l1_if.c \
- osmo-bts-litecell15/lc15_l1_if.h \
- osmo-bts-litecell15/lc15_l1_hw.c \
- osmo-bts-litecell15/lc15bts.c \
- osmo-bts-litecell15/lc15bts.h
-
noinst_HEADERS += \
osmo-bts-litecell15/lc15_l1_if.h \
osmo-bts-litecell15/lc15bts.h
@@ -191,13 +177,6 @@
if ENABLE_OC2GBTS_PHY
AM_CPPFLAGS += -I$(OC2G_INCDIR) -I$(srcdir)/osmo-bts-oc2g

-EXTRA_DIST = \
- osmo-bts-oc2g/oc2g_l1_if.c \
- osmo-bts-oc2g/oc2g_l1_if.h \
- osmo-bts-oc2g/oc2g_l1_hw.c \
- osmo-bts-oc2g/oc2gbts.c \
- osmo-bts-oc2g/oc2gbts.h
-
noinst_HEADERS += \
osmo-bts-oc2g/oc2g_l1_if.h \
osmo-bts-oc2g/oc2gbts.h

To view, visit change 31816. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: If8b9b8cfaad22a093a74c418651bc76f48f2d071
Gerrit-Change-Number: 31816
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-MessageType: newchange