diff options
-rw-r--r-- | src/dlo_base.h (renamed from include/dlo_base.h) | 0 | ||||
-rw-r--r-- | src/dlo_data.h (renamed from include/dlo_data.h) | 0 | ||||
-rw-r--r-- | src/dlo_defs.h (renamed from include/dlo_defs.h) | 0 | ||||
-rw-r--r-- | src/dlo_grfx.h (renamed from include/dlo_grfx.h) | 0 | ||||
-rw-r--r-- | src/dlo_mode.h (renamed from include/dlo_mode.h) | 0 | ||||
-rw-r--r-- | src/dlo_structs.h (renamed from include/dlo_structs.h) | 0 | ||||
-rw-r--r-- | src/dlo_usb.h (renamed from include/dlo_usb.h) | 0 | ||||
-rw-r--r-- | src/libdlo.h (renamed from include/libdlo.h) | 0 | ||||
-rw-r--r-- | test/test1/Makefile.am | 3 | ||||
-rw-r--r-- | test/test1/src/Makefile.am | 2 | ||||
-rw-r--r-- | test/test1/test1.c (renamed from test/test1/src/test1.c) | 0 |
11 files changed, 2 insertions, 3 deletions
diff --git a/include/dlo_base.h b/src/dlo_base.h index 3ce2ba4..3ce2ba4 100644 --- a/include/dlo_base.h +++ b/src/dlo_base.h diff --git a/include/dlo_data.h b/src/dlo_data.h index dd7fa90..dd7fa90 100644 --- a/include/dlo_data.h +++ b/src/dlo_data.h diff --git a/include/dlo_defs.h b/src/dlo_defs.h index 08baf21..08baf21 100644 --- a/include/dlo_defs.h +++ b/src/dlo_defs.h diff --git a/include/dlo_grfx.h b/src/dlo_grfx.h index 15ce3b9..15ce3b9 100644 --- a/include/dlo_grfx.h +++ b/src/dlo_grfx.h diff --git a/include/dlo_mode.h b/src/dlo_mode.h index 822cd0a..822cd0a 100644 --- a/include/dlo_mode.h +++ b/src/dlo_mode.h diff --git a/include/dlo_structs.h b/src/dlo_structs.h index d639a59..d639a59 100644 --- a/include/dlo_structs.h +++ b/src/dlo_structs.h diff --git a/include/dlo_usb.h b/src/dlo_usb.h index 744375d..744375d 100644 --- a/include/dlo_usb.h +++ b/src/dlo_usb.h diff --git a/include/libdlo.h b/src/libdlo.h index 9713a00..9713a00 100644 --- a/include/libdlo.h +++ b/src/libdlo.h diff --git a/test/test1/Makefile.am b/test/test1/Makefile.am index f963eff..cb2d0f2 100644 --- a/test/test1/Makefile.am +++ b/test/test1/Makefile.am @@ -1 +1,2 @@ -SUBDIRS = src
\ No newline at end of file +bin_PROGRAMS = test1 +test1_SOURCES = test1.c
\ No newline at end of file diff --git a/test/test1/src/Makefile.am b/test/test1/src/Makefile.am deleted file mode 100644 index cb2d0f2..0000000 --- a/test/test1/src/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -bin_PROGRAMS = test1 -test1_SOURCES = test1.c
\ No newline at end of file diff --git a/test/test1/src/test1.c b/test/test1/test1.c index 9c1b2ea..9c1b2ea 100644 --- a/test/test1/src/test1.c +++ b/test/test1/test1.c |