Browse Source

faux-2.0.0

Serj Kalichev 1 year ago
parent
commit
1ed67dea6c
3 changed files with 4 additions and 12 deletions
  1. 3 1
      Makefile.am
  2. 1 0
      faux/Makefile.am
  3. 0 11
      faux/README

+ 3 - 1
Makefile.am

@@ -21,7 +21,9 @@ nobase_include_HEADERS =
 EXTRA_DIST = \
 	faux/Makefile.am \
 	utils/Makefile.am \
-	testc/Makefile.am
+	testc/Makefile.am \
+	LICENCE \
+	README.md
 
 include $(top_srcdir)/faux/Makefile.am
 include $(top_srcdir)/utils/Makefile.am

+ 1 - 0
faux/Makefile.am

@@ -39,6 +39,7 @@ nobase_include_HEADERS += \
 	faux/buf.h
 
 EXTRA_DIST += \
+	faux/faux.map \
 	faux/base/Makefile.am \
 	faux/ctype/Makefile.am \
 	faux/str/Makefile.am \

+ 0 - 11
faux/README

@@ -1,11 +0,0 @@
-/**
-\defgroup lub "Little Useful Bits" Library
-@{
-
-\brief This is a general purpose library of small utilities. 
-
-The design and implementation are intended for embedded devices,
-ie. minimise footprint and maximise performance.
-
-@}
-*/