diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-24 23:49:40 -0700 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-24 23:49:40 -0700 |
| commit | 70aab2a82671d29a5a2dd0195469999bc70e2412 (patch) | |
| tree | 4b0b177d024e825ec0482edb506fc61a67561b03 /gatchat | |
| parent | 7d3d52009dd110f3b2f94adad98348f6171f4c3d (diff) | |
| download | ofono-70aab2a82671d29a5a2dd0195469999bc70e2412.tar.bz2 | |
Convert to fully non-recursive build system
Diffstat (limited to 'gatchat')
| -rw-r--r-- | gatchat/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gatchat/Makefile.am b/gatchat/Makefile.am deleted file mode 100644 index 8b2ed200..00000000 --- a/gatchat/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ - -noinst_LTLIBRARIES = libgatchat.la - -libgatchat_la_SOURCES = gatchat.h gatchat.c gatresult.h gatresult.c \ - ringbuffer.h ringbuffer.c gatsyntax.h gatsyntax.c - -AM_CFLAGS = @GLIB_CFLAGS@ - -MAINTAINERCLEANFILES = Makefile.in |