7 lines
83 B
Makefile
7 lines
83 B
Makefile
idldir = $(datadir)/idl
|
|
|
|
idl_DATA = \
|
|
addressbook.idl
|
|
|
|
EXTRA_DIST = $(idl_DATA)
|