From 38b1ac539e45a5b09804f1296c099329304850f2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 5 Jul 2012 22:18:31 +0000 Subject: [PATCH] Distribute osmocom.c as well --- Makefile | 2 +- src/modems/project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 96b65ac..b0b3188 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ dist: $(PACKAGE)-$(VERSION)/src/modems/sofia.c \ $(PACKAGE)-$(VERSION)/src/modems/hayes.h \ $(PACKAGE)-$(VERSION)/src/modems/Makefile \ - $(PACKAGE)-$(VERSION)/src/modems/purple.c \ + $(PACKAGE)-$(VERSION)/src/modems/osmocom.c \ $(PACKAGE)-$(VERSION)/src/modems/project.conf \ $(PACKAGE)-$(VERSION)/src/plugins/blacklist.c \ $(PACKAGE)-$(VERSION)/src/plugins/debug.c \ diff --git a/src/modems/project.conf b/src/modems/project.conf index 9a60f90..8235302 100644 --- a/src/modems/project.conf +++ b/src/modems/project.conf @@ -4,7 +4,7 @@ cppflags= cflags_force=-W `pkg-config --cflags glib-2.0` cflags=-Wall -g -O2 -pedantic -fPIC includes=hayes.h -dist=Makefile,purple.c +dist=Makefile,osmocom.c [debug] type=plugin