Codebase list libite / 67a9b37
Update comments, also namespace is one word Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Joachim Wiberg 2 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2020 queue.h tree.h
2121
2222
23 ## Distribute these header files in the <lite/...> name space
23 ## Distribute these header files in the <libite/...> namespace
2424 pkgincludedir = $(includedir)/libite
2525 pkginclude_HEADERS = lite.h queue.h conio.h tree.h strlite.h strdupa.h \
2626 strndupa.h strnlen.h
2828 pkgconfigdir = $(libdir)/pkgconfig
2929 pkgconfig_DATA = libite.pc
3030
31 ## For compatibility with existing installations that look for lite/lite.h
31 ## For compatibility with previous <lite/...> namespace
3232 if COMPAT_SYMLINK
3333 install-data-hook:
3434 link=$(DESTDIR)$(includedir)/lite; \