mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
6 lines
147 B
Makefile
6 lines
147 B
Makefile
SIMPLECATSRC = simplecat.c simplecat.h
|
|
|
|
noinst_LTLIBRARIES = libhamlib-simplecat.la
|
|
libhamlib_simplecat_la_SOURCES = $(SIMPLECATSRC)
|
|
|
|
EXTRA_DIST =
|