mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Moved all backend *.h files into the SOURCES primary as Automake documentation states all source file types should be listed. This causes Automake to include *.h files in rebuild rules for the targets. Removed the '-DIN_HAMLIB' assignment from the CFLAGS primary in each backend and assigned it to AM_CPPFLAGS in configure.ac. The effect is the same and it simplifies the backend Makefile.am files. Removed all commented lines.
5 lines
119 B
Makefile
5 lines
119 B
Makefile
|
|
noinst_LTLIBRARIES = libhamlib-heathkit.la
|
|
libhamlib_heathkit_la_SOURCES = hd1780.c hd1780.h
|
|
|
|
EXTRA_DIST = Android.mk
|