summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlibdlo <libdlo@displaylink.com>2009-05-11 15:16:33 -0700
committerlibdlo <libdlo@displaylink.com>2009-05-11 15:16:33 -0700
commit7fe939243d35de59f5277984a26c404327b96d87 (patch)
tree708b5d64fe0d7e2dae9397455a6ace5dfb6d99f8
parentbd2142f13e32922d59e440e1682165e6fbf06b12 (diff)
libdlo working with HP dock plugged in (but not working with dock iteself)
-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.am3
-rw-r--r--test/test1/src/Makefile.am2
-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