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 /include | |
| parent | 7d3d52009dd110f3b2f94adad98348f6171f4c3d (diff) | |
| download | ofono-70aab2a82671d29a5a2dd0195469999bc70e2412.tar.bz2 | |
Convert to fully non-recursive build system
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/include/Makefile.am b/include/Makefile.am deleted file mode 100644 index bc44606a..00000000 --- a/include/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ - -includedir = @includedir@/ofono - -include_HEADERS = log.h plugin.h history.h dbus.h modem.h \ - types.h call-barring.h call-forwarding.h \ - call-meter.h call-settings.h phonebook.h \ - ssn.h ussd.h sms.h sim.h message-waiting.h \ - netreg.h voicecall.h devinfo.h - -nodist_include_HEADERS = version.h - -MAINTAINERCLEANFILES = Makefile.in - -all-local: - @test -d ofono || mkdir ofono - @list='$(include_HEADERS)'; for i in $$list; do \ - test -f ofono/$$i || \ - $(LN_S) $(abs_top_srcdir)/include/$$i ofono/$$i; \ - done - @list='$(nodist_include_HEADERS)'; for i in $$list; do \ - test -f ofono/$$i || \ - $(LN_S) $(abs_top_builddir)/include/$$i ofono/$$i; \ - done - -clean-local: - @rm -rf ofono |