diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-07-09 11:57:09 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-07-09 11:57:09 +0200 |
commit | 05da46115e7226449ad27bc7a9fad0cb8001929e (patch) | |
tree | 2f7c154042d776ac82dbac47abd0ceeb69a981cb /common/win | |
parent | f11350e9f27f6fa8d83fa0006de7c560db145d4c (diff) | |
download | spice-05da46115e7226449ad27bc7a9fad0cb8001929e.tar.gz spice-05da46115e7226449ad27bc7a9fad0cb8001929e.tar.xz spice-05da46115e7226449ad27bc7a9fad0cb8001929e.zip |
Add files i forgot to commit
Diffstat (limited to 'common/win')
-rw-r--r-- | common/win/Makefile.am | 1 | ||||
-rw-r--r-- | common/win/my_getopt-1.5/Makefile.am | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/common/win/Makefile.am b/common/win/Makefile.am new file mode 100644 index 00000000..201691ba --- /dev/null +++ b/common/win/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = my_getopt-1.5 diff --git a/common/win/my_getopt-1.5/Makefile.am b/common/win/my_getopt-1.5/Makefile.am new file mode 100644 index 00000000..73cbf780 --- /dev/null +++ b/common/win/my_getopt-1.5/Makefile.am @@ -0,0 +1,14 @@ +NULL = + +EXTRA_DIST = \ + ChangeLog \ + getopt.3 \ + getopt.h \ + getopt.txt \ + LICENSE \ + main.c \ + Makefile \ + my_getopt.c \ + my_getopt.h \ + README \ + $(NULL) |